www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/albums/lang/en.php

    <?php
$lang['albums']['title']          = 'albums';
$lang['albums']['descr']          = 'use albums to show your visitors your favourite photos and images';
$lang['albums']['message']        = 'Here you can manage your albums. Use albums to show your visitors your favourite photos and images. Insert the albums in your page(s) by choosing "insert album" when editing a page.';
$lang['albums']['edit_albums']    = 'edit albums';
$lang['albums']['new_album']      = 'new album';
$lang['albums']['choose_name']    = 'choose a name for your new album first, then click "save"';
$lang['albums']['delete_album']   = 'delete album';
$lang['albums']['edit_album']     = 'edit album';
$lang['albums']['album_message1'] = 'Use this page to add, delete and edit images in your album. JPG, PNG and GIF images are supported.';
$lang['albums']['album_message2'] = 'upload a new image here. choose a title and a description, and choose the quality at which the image should be processed. The higher the quality, the bigger the file.';
$lang['albums']['edit_images']    = 'edit images';
$lang['albums']['new_image']      = 'new image';
$lang['albums']['quality']        = 'quality (1-100)';
$lang['albums']['edit_image']     = 'edit image';
$lang['albums']['doesnt_exist']   = 'The specified album doesn\'t exist.';
$lang['albums']['name_exist']     = 'There is already an album with that name.';
$lang['albums']['image_exist']    = 'There is already an image with that name.';
$lang['albums']['change_order']   = 'change image order';
$lang['albums']['already_top']    = 'This image already is on the top, so its rank can\'t be changed.';
$lang['albums']['already_last']   = 'This image already is the last one, so its rank can\'t be changed.';
$lang['albums']['delete_image']   = 'delete image';
$lang['albums']['image_width']    = 'The width in pixels the images will be resized to. Choose 0 to disable automatic resizing.';
$lang['albums']['thumb_width']    = 'The width in pixels the thumbnails will be resized to. Cannot be disabled.';
$lang['albums']['settings_error'] = 'The width of the resized images should be numeric.';
?>